@charset "utf-8";

@import url(Font_style.css);
@import url(frame_style.css);
@import url(index_style.css);
@import url(page_style.css);
@import url(animate.min.css);
*{padding:0px; margin:0px;}


.fl{ float:left;}
.fr{ float:right;}

.clear{
    content:".";
    display:block;
    font-size:0px;
    line-height:0px;
    height:0px;
    clear:both;
    visibility:hidden;
}


a{
	color:#4e4e4e;
	text-decoration:none;
}
a:hover{
	color:#d30000;
	text-decoration:underline;
}
ul{
    list-style-type:none;
	clear:both;
	}
li{
    display:inline;
	float:left;
	}
img{
	border:0;
}
.imgAni:hover img{
    -moz-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
	transform:scale(1.15, 1.15);
    -ms-transform:scale(1.15, 1.15);
}
.imgAni img{
    width: 100%;
    height: 100%;
    transition: all ease-out .3s;
}
h2{
	font-family:"微软雅黑" , Arial, Helvetica, sans-serif;
}
.blankH10{
    height:10px;
	font-size:0px;
	overflow:hidden;
}
.blankH12{
    height:12px;
	font-size:0px;
	overflow:hidden;
}
.blankH5{
    height:5px;
	font-size:0px;
	overflow:hidden;
}
.blankH3{
    height:3px;
	font-size:0px;
	overflow:hidden;
}
.blankH2{
    height:2px;
	font-size:0px;
	overflow:hidden;
}
.blankH6{
    height:6px;
	font-size:0px;
	overflow:hidden;
}
.blankH8{
    height:8px;
	font-size:0px;
	overflow:hidden;
}
.blankH24{
	clear:both;
    height:24px;
	overflow:hidden;
}
.blankH28{
    height:28px;
	overflow:hidden;
}
.blankH30{
    height:30px;
	overflow:hidden;
}

.blankH20{
    height:20px;
	overflow:hidden;
}
.blankH22{
    height:22px;
	overflow:hidden;
}
.blankH10{
    height:10px;
	overflow:hidden;
}
.blankH16{
    height:16px;
	overflow:hidden;
}
.blankH18{
    height:18px;
	overflow:hidden;
}
.blankH14{
    height:14px;
	overflow:hidden;
}

	


#footer{
	width:100%;
	overflow:hidden;
	border-top:#e0e0e0 2px solid;
	background:#f8f8f8;
	padding-top:20px;
	padding-bottom:30px;
}
#footer .link{
	width:980px;
	height:62px;
	overflow:hidden;
	margin:0 auto;
}
#footer .link ul{
	width:1000px;
	overflow:hidden;
	display:block;
}
#footer .link ul li{
	width:151px;
	height:32px;
	overflow:hidden;
	margin-right:15px;
}
#footer .link ul li select{
	width:149px;
	height:30px;
	overflow:hidden;
	float:left;
	line-height:30px;
	border:#e2e2e2 1px solid;
	background:#FFF;
	font-family:"微软雅黑";
	font-size:14px;
	color:#7f7f7f;
}
#footer .menu{
	width:980px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	background:#1f659d;
}
#footer .menu a{
	margin-left:16px;
	padding-right:16px;
}
#footer .content{
	width:980px;
	overflow:hidden;
	margin:0 auto;
	padding-top:20px;
}
#footer ._span{
	width:850px;
	overflow:hidden;
	display:block;
	margin-left:112px;

	line-height:24px;
	color:#9fa9b9;
	padding-top:10px;
	padding-bottom:10px;
}
#footer .content span a{
	color:#9fa9b9;
}

/*20230117添加，修复首页显示*/
#header{
	background: #015293;
}

.nav{
	max-height: 24px;
	overflow: hidden;
	background: #015293;
	margin-left: auto;
	margin-right: auto;
}
.nav ul{
	background: #015293;
}

